home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20021006-20030409 / 000250_fdc@columbia.edu_Wed Jan 29 12:16:55 EST 2003.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  51 lines

  1. Article: 14043 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: fdc@columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.sys.hp.apps,comp.protocols.kermit.misc,comp.sys.hp.hpux,comp.sys.hp.apps
  5. Subject: Re: Secure ftp using SSL.
  6. Date: 29 Jan 2003 12:15:31 -0500
  7. Organization: Columbia University
  8. Lines: 34
  9. Message-ID: <b1927j$d9l$1@watsol.cc.columbia.edu>
  10. References: <b16col$mb0$1@news2.pharma.com> <XkBZ9.573$yT.486@news.cpqcorp.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1043860532 2272 128.59.39.139 (29 Jan 2003 17:15:32 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 29 Jan 2003 17:15:32 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.sys.hp.apps:15002 comp.protocols.kermit.misc:14043 comp.sys.hp.hpux:154662
  16.  
  17. In article <XkBZ9.573$yT.486@news.cpqcorp.net>,
  18. Rick Jones  <foo@bar.baz.invalid> wrote:
  19. : ...
  20. : Are you looking for FTP over SSL on an HP-UX system? If so, if you are
  21. : up on 11i, there is an OpenSSL distribution from HP available from
  22. : software.hp.com.
  23. :
  24. Is it only for 11i?
  25.  
  26. : Otherwise, there is the HP-UX porting archive to consider - I start at
  27. : http://hpux.cs.utah.edu/ .
  28. : Also, there is always www.openssh.org if you want to build your own.
  29. As noted in a previous posting, C-Kermit (which is part of HP-UX) includes
  30. an SSL-enabled FTP client:
  31.  
  32.   http://www.columbia.edu/kermit/ftpclient.html
  33.  
  34. But HP is distributing a non-secure (and slightly dated) version of
  35. C-Kermit, 8.0.200 instead of 8.0.206, built without the SSL/TLS modules.
  36.  
  37. If somebody has OpenSSL installed on HP-UX (any version) and the ANSI C
  38. compiler and would like to try building a secure version of C-Kermit, please
  39. contact me.  It should be just a matter of putting together a new makefile
  40. target for HP-UX based on the SSL-enabled ones for (e.g.) Solaris, AIX,
  41. Linux, etc -- i.e. adding a couple CFLAGS and linking with a couple extra
  42. libraries.
  43.  
  44. We can't distribute SSL-enabled binaries (due to USA export law) but we
  45. can (and do) distribute source code, so we should at least have a working
  46. SSL target for HP-UX.
  47.  
  48. - Frank
  49.